Master List | T


Included below is a list of every JavaScript in our archives. If you are unable to find what you are looking for, or need assistance in modifying one of the scripts to suit your needs, or just would like to help others out, please please visit our JavaScript Forum.

Update Archives:
1999 - Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
2000 - Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
2001 - Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec

You can also use your browser's 'Find in Page'
feature to look for keywords on this page!

All | # | A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z

Title: Tab Key Emulation
Contributor: Ronnie T. Moore, Editor
Contributor URL: JavaScript Source Code 2002
Details: 1.78 KB * Uploaded March 29 2000
Description: The tab key is no longer required to tab between fields. The user can go to the next form field just by pressing the enter key instead of the tab key. Useful with 10-key form input. What a time saver!

[ Get Source Code ]


Title: Table Maker
Contributor: Andy Augustine
Details: 8.35 KB * Uploaded April 14 1999
Description: This interactive script helps you, the webmaster, see the effects of the TABLE tag attributes. Just modify the values and you can see the example table immediately! If you know someone is having trouble learning tables, send them here!

[ Get Source Code ]


Title: Tangent Calculator
Contributor: TJay Tipps (iam4pacers@webtv.net)
Details: 1.21 KB * Uploaded March 10 1999
Description: Enter the opposite and adjacent angle values and JavaScript will solve the tangent angle for you. Neat!

[ Get Source Code ]


Title: Tax Calculator
Details: 2.55 KB * Uploaded June 21 1997
Description: JavaScript helps your to calculate the before and after tax prices for purchases. Very easy to use. Just put into the price, the tax, and hit compute! It's all figured for you!

[ Get Source Code ]


Title: Teletype Scroller
Contributor: John O'Brien (obrien@lis.net.au)
Contributor URL: http://www.lis.net.au/~obrien
Details: 2.27 KB * Uploaded December 1 2000
Description: Now you can type text across the screen and then scroll it off the page while it fades. Add as many messages as you need. Awesome!

[ Get Source Code ]


Title: Temperature Equivalents
Details: 0.67 KB * Uploaded July 3 1997
Description: JavaScript can help you find temperature equivalents.

[ Get Source Code ]


Title: Temperature Equivalents 2
Details: 1.35 KB * Uploaded July 3 1997
Description: Another way to use JavaScript to find temperature equivalents.

[ Get Source Code ]


Title: Text Animation
Contributor URL: http://www.crosswinds.net/~llizard
Details: 3.03 KB * Uploaded October 12 1999
Description: Check out this JavaScript-powered text animation artwork. A cheerleader runs through her entire routine. Wow.

[ Get Source Code ]


Title: Text Blinker
Details: 1.31 KB * Uploaded March 27 1999
Description: JavaScript 1.2 (found in version 4.0 browsers) provides this neat effect: the text changes color every second. Now this is a great way to draw attention without using the annoying BLINK tag.

[ Get Source Code ]


Title: Text Cycler
Contributor: James Gough (wheresjim@hotmail.com)
Contributor URL: http://www.esprinkles.com
Details: 1.97 KB * Uploaded December 19 2000
Description: Use the Up and Down arrows while in the text box to cycle through your choices. InternetExplorer users can go up and down through the list, Netscape users can only go down through the list. Neat!

[ Get Source Code ]


Title: Text Effect
Contributor:Hapaboy (happynoodleboy@mindless.com)
Contributor URL: http://www.geocities.com/SouthBeach/Palms/6999
Details: 2.09 KB * Uploaded June 1 1999
Description: Draw attention to information on your site with JavaScript-powered expanding text! Just enter the text you want to use, the max size you want it to reach, and speed it should "grow" and it's ready to go. Neat!

[ Get Source Code ]


Title: Text Encryption
Contributor: Tomislav Sereg (tsereg@net.hr)
Contributor URL: http://www.inet.hr/~tsereg/jse
Details: 8.32 KB * Uploaded August 3 2000
Description: This JavaScript library provides encryption using simple, text-oriented method called column transposition. The idea is to write the plain text in block on the row-first bases. The text is then read column-first. The trick is in that the columns are not read from left to right, but in the order specified by the encryption key. Transliteration is also used.

[ Get Source Code ]


Title: Text Fader
Contributor: Craig Lumley
Contributor URL: http://www.ws4all.co.uk
Details: 1.46 KB * Uploaded January 18 2000
Description: (Internet Explorer 4.0+) Fades a text message on the page. Useful to draw the visitor's attention to a message without using HTML's annoying blink tag. It even looks cool! Visitors without Internet Explorer will see the normal text, no error messages.

[ Get Source Code ]


Title: Text Highlighter
Contributor: K. Rama Moorthy
Contributor URL: http://www.suyambhu.bizhosting.com
Details: 1.89 KB * Uploaded December 13 1999
Description: Alternates the font color of each character in a line of text. Useful to catch the attention of your web site visitors. You may also customize the color and font of the text.

[ Get Source Code ]


Title: Text Reverser
Details: 0.88 KB * Uploaded May 31 1999
Description: JavaScript will take the contents of a box and reverse it! If you entered 'hello' it will change the box to say 'elloh'. This might be useful on your site in a form or just for fun.

[ Get Source Code ]


Title: Text Ripple
Contributor: Ronnie T. Moore, Editor
Details: 1.32 KB * Uploaded September 5 2000
Description: The ripple is created by converting each sequential letter from lower case to upper case. The ripple speed can be also be changed.

[ Get Source Code ]


Title: Text Rotater
Contributor: Bob Simpson (webmaster@maryjanebrown.net)
Contributor URL: http://www.maryjanebrown.net/webmaster
Details: 1.76 KB * Uploaded October 23 2000
Description: Automatically rotates a series of messages within a layer or div based on the user's browser. WC3 DOM Compatible. Easy!

[ Get Source Code ]


Title: Textarea Alert
Details: 0.83 KB * Uploaded June 21 1997
Description: Use JavaScript to alert your user with the contents of a text area! This also serves little purpose in the real world, but nonetheless is a great example of JavaScript. Type something in the box and hit 'Alert Me!'

[ Get Source Code ]


Title: Textarea Scroller
Contributor: Tarjei Davidsen (the@rescueteam.com)
Details: 1.89 KB * Uploaded February 8 2000
Description: Saves a great deal of space on a page by displaying an infinite amount of news, updates, or other information to your site's visitors in a textarea box through a typewriter style display. Internet Explorer users can also see a colored background in the textarea. The size of the textarea and the messages are all customizable. Great!

[ Get Source Code ]


Title: Textbox
Details: 1.30 KB * Uploaded August 23 1997
Description: This is another version of the infamous scroll. Although, this one scrolls your information in a text box and is far less 'annoying' that most of the status bar scrollers. Just imagine what you can draw attention to! Anything!

[ Get Source Code ]


Title: Three Tries Pass. Protec.
Details: 1.10 KB * Uploaded August 13 1997
Description: If you want to 'protect' a site and don't have CGI access, you can try this JavaScript. Visitors get three tries to enter the correct password then they are refused entry. Note: The password is: password

[ Get Source Code ]


Title: Thumbnail Navigator
Contributor: Daniel Smith (xalres@earthlink.net)
Contributor URL: http://home.earthlink.net/~xalres
Details: 2.57 KB * Uploaded October 9 1999
Description: Allows the visitor to easily browse with Previous and Next through several thumbnail images (all of which are preloaded so they show up instantly). Then they can click the Go button to be taken to the selected thumbnail's full size image.

[ Get Source Code ]


Title: Thumbnail Viewer
Contributor: Anders Jennerberg (anders@katedral.se)
Details: 1.72 KB * Uploaded May 2 2000
Description: Save page space by opening a new window to display larger images on your site when a thumbnail image or a picture text link is clicked. The same window is re-used when the images are the same size. Cool!

[ Get Source Code ]


Title: Tic-Tac-Toe
Contributor: Maximilian Stocker (maxstocker@reallyusefulcomputing.com)
Details: 9.05 KB * Uploaded July 28 1999
Description: Try your luck at an interactive game of good old tic-tac-toe!! Automatic scoring and alternating "first moves" are built in. Fun!

[ Get Source Code ]


Title: Till Christmas
Details: 1.34 KB * Uploaded October 15 1999
Description: Let your visitors know how many more days until Christmas. On the day before Christmas, the script indicates that it is Christmas Eve. You may also see how the script reacts to different dates by changing the date on your computer then reloading the script.

[ Get Source Code ]


Title: Time Box
Details: 1.41 KB * Uploaded August 18 1997
Description: This is a neat little script that makes your web page look a whole lot more 'professional'. This JavaScript will display a small box with the time the visitor loaded the page.

[ Get Source Code ]


Title: Time Challenge
Contributor: Randy Bennett (rbennett@thezone.net)
Contributor URL: http://home.thezone.net/~rbennett/sitemap.htm
Details: 4.33 KB * Uploaded April 27 2000
Description: Start the game timer and try to click the button in exactly 10 seconds. It is not easy as you think!

[ Get Source Code ]


Title: Time Converter
Contributor: Ryan Sokol
Details: 2.61 KB * Uploaded February 23 2000
Description: Allows for the conversion back and forth from hours, minutes, and seconds to fractional hours. Input validation also ensures the time input does not contain invalid characters. Definitely a time-saver for time-related record keeping. Cool!

[ Get Source Code ]


Title: Time Greeting
Contributor: Robert Ison
Contributor URL: http://www.infosourcetraining.com
Details: 0.79 KB * Uploaded June 17 1999
Description: Don't just welcome your visitors anymore, JavaScript can write good morning, good evening, or good afternoon based on the time the page was loaded, according to the user's system clock. Neat!

[ Get Source Code ]


Title: Time Out
Contributor: Sergio Mottura (sergio1@onebox.com)
Contributor URL: http://www.bassprotips.com
Details: 1.71 KB * Uploaded December 21 2000
Description: Limit the time allowed for form input with this short script. Easy!

[ Get Source Code ]


Title: Time Remaining
Contributor: Steve Dondley (steve@dondley.com)
Contributor URL: http://www.progressivevalley.com
Details: 2.08 KB * Uploaded January 8 2001
Description: Have you ever wanted to know the exact amount of time remaining until a certain time on a certain day? This script uses a textbox and to display days, hours, minutes and seconds. Great!

[ Get Source Code ]


Title: Timed Redirect
Contributor: desypfa@hotmail.com (desypfa@hotmail.com)
Details: 0.88 KB * Uploaded January 23 2001
Description: Here's a simple way to redirect a user to another page using JavaScript. Short!

[ Get Source Code ]


Title: Time On Page (Alert)
Details: 2.92 KB * Uploaded August 18 1997
Description: If you want to show your visitors how long they have been on your page but don't exactly like those clock displays, then you might like this script. When the visitor leaves or clicks the button, they are alerted to the time they have been on your page. Many times, they won't even expect it!

[ Get Source Code ]


Title: Time On Page (Clock)
Details: 1.29 * Uploaded August 18 1997
Description: Occassionally, it might be interesting to show the visitor how long they have been on your page. So, you can use this script to write a clock to the screen that will tell them exactly that!

[ Get Source Code ]


Title: Time On Page (OnUnload)
Contributor: Max Harris (mclh@rocketmail.com)
Contributor URL: http://members.tripod.com/~mclh/index.html
Details: 1.08 KB * Uploaded April 2 1998
Description: When someone visits your web page, JavaScript will start the clock. When the leave that page, they will be alerted with the time they have been viewing the page! Cool!

[ Get Source Code ]


Title: Time On Page (Seconds)
Details: 1.28 KB * Uploaded August 18 1997
Description: If the other time on page scripts seem too impersonal for you, this could be your solution. Instead of the 00:00 readout, it displays 'X Secs'. Just another wonder of JavaScript....

[ Get Source Code ]


Title: Top Speed by RPM
Contributor: Shai Peer (killerpoop@telocity.com)
Contributor URL: http://shaipic.8m.com/
Details: 1.66 KB * Uploaded January 16 2001
Description: Enter the diameter of the tire and the RPM value of the motor and the script will tell you the top speed without any weight on the Tires. Neat!

[ Get Source Code ]


Title: Time Till Hour
Contributor: Ronnie T. Moore, Editor
Contributor URL: JavaScript Source Code 2002
Details: 2.00 KB * Uploaded April 17 2000
Description: If your page requires a more sophisticated way to display the time, you'll love this script. It will write in the format, 'XX Till Hour'. It's ten past three in the afternoon, for example. Pretty cool.

[ Get Source Code ]


Title: Title Bar Clock
Contributor: Massimo Giari (motore@iol.it)
Details: 0.90 KB * Uploaded August 4 2000
Description: (Internet Explorer only) Displays a clock in the browser window's title bar at the top of the screen after the page's title. Cool!

[ Get Source Code ]


Title: Top Window
Details: 1.48 KB * Uploaded May 29 1998
Description: Use this JavaScript to keep a window 'on top' of the rest of your other windows. Not sure what I mean? Try it out and see!

[ Get Source Code ]


Title: Tournament
Details: 5.14 KB * Uploaded November 12 1999
Description: Enter up to 8 players in a tournament and this script will help track the tournament results. Just enter each players name, then indicate if they won that level of tournament, click the checkbox or the button with their name. If they won, they advance to the next level. Cool!

[ Get Source Code ]


Title: Towers of Hanoi
Contributor: Adam Stock (adam@digital-biz.com)
Details: 8.91 KB * Uploaded November 5 1999
Description: See how you do in this wonderful game of skill and logic. Try to move all the disks onto another pole. Thing is, you can only move one disk at a time and you must follow size order (a bigger disk can't go on a smaller disk). Good luck!

[ Get Source Code ]


Title: Trim Leading Spaces
Details: 0.61 KB * Uploaded September 17 1999
Description: A super-easy script which eliminates any extra leading spaces entered inside a textbox. To check it out in action, try entering a few spaces before the text in the box.

[ Get Source Code ]


Title: Trim Trailing Spaces
Details: 0.62 KB * Uploaded September 20 1999
Description: A super-easy script which eliminates any extra trailing spaces entered inside a textbox. To check it out in action, try entering a few spaces after the text in the box.

[ Get Source Code ]


Title: Type-A-Color
Contributor: Eric Stremming (estremming@hotmail.com)
Contributor URL: http://www.geocities.com/SunsetStrip/Club/5970
Details: 1.06 KB * Uploaded November 22 1997
Description: This script is another neat way to spice up your webpage with JavaScript. Visitors just type their favorite color in the box and click a button. The background is instantly changed to their favorite color!

[ Get Source Code ]


Title: Typing Test
Contributor: Michael Tartaglia (stonedstan@hotmail.com)
Contributor URL: http://www.geocities.com/SiliconValley/Horizon/5235
Details: 3.33 KB * Uploaded April 16 1998
Description: I really think this is neat - JavaScript will actually give you a typing test and at then tell you the results in words per minute! Very neat!

[ Get Source Code ]